home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / doom / beandbu.zip / START.BAT < prev   
DOS Batch File  |  1995-08-11  |  379b  |  24 lines

  1.  
  2. @if exist complete.wad GOTO DEC
  3. @if not exist complete.wad echo Run COMPLETE.BAT first !
  4. @GOTO Exit
  5.  
  6.  
  7.  
  8. :DEC
  9. @If exist DOOM.exe Goto DOOMI
  10. @If exist DOOM2.exe Goto DOOMII
  11. @echo MUST be in DOOM Directory.
  12. @GOTO EXIT
  13.  
  14.  
  15.  
  16. :DOOMI
  17. doom -file bbsnd.wad complete.wad %1 %2 %3 %4 %5 %6 %7 %8 %9
  18.  
  19. :DOOMII
  20. doom2 -file bbsnd.wad complete.wad %1 %2 %3 %4 %5 %6
  21.  
  22.  
  23. :EXIT
  24.